home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 June / CHIP Turkiye Haziran 1997.iso / shar / wincmd / install.bin / WINCMD32.EXE / 0 / RCDATA / TDLGUNZIP / TDLGUNZIP.txt
Text File  |  1996-12-31  |  2KB  |  99 lines

  1. object DLGUNZIP: TDLGUNZIP
  2.   Tag = 1
  3.   Left = 221
  4.   Top = 114
  5.   HelpContext = 160
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Unpack files'
  9.   ClientHeight = 121
  10.   ClientWidth = 348
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnKeyDown = UnzipTextKeyDown
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Prompt: TLabel
  20.     Tag = 2
  21.     Left = 4
  22.     Top = 5
  23.     Width = 341
  24.     Height = 16
  25.     AutoSize = False
  26.     Caption = 'Unpack &file to:'
  27.   end
  28.   object UnzipText: TEdit
  29.     Left = 4
  30.     Top = 26
  31.     Width = 340
  32.     Height = 21
  33.     TabOrder = 0
  34.     OnKeyDown = UnzipTextKeyDown
  35.   end
  36.   object PathExtract: TCheckBox
  37.     Tag = 3
  38.     Left = 4
  39.     Top = 51
  40.     Width = 341
  41.     Height = 16
  42.     Caption = '&Unpack path names if stored with files'
  43.     TabOrder = 1
  44.     OnKeyDown = UnzipTextKeyDown
  45.   end
  46.   object Overwrite: TCheckBox
  47.     Tag = 4
  48.     Left = 4
  49.     Top = 70
  50.     Width = 341
  51.     Height = 16
  52.     Caption = '&Overwrite existing files'
  53.     TabOrder = 2
  54.     OnKeyDown = UnzipTextKeyDown
  55.   end
  56.   object Ok: TButton
  57.     Tag = 4001
  58.     Left = 35
  59.     Top = 94
  60.     Width = 90
  61.     Height = 23
  62.     Caption = 'Ok'
  63.     Default = True
  64.     ModalResult = 1
  65.     TabOrder = 3
  66.     OnKeyDown = UnzipTextKeyDown
  67.   end
  68.   object id_calltree: TButton
  69.     Tag = 5
  70.     Left = 129
  71.     Top = 94
  72.     Width = 90
  73.     Height = 23
  74.     Caption = '&Tree'
  75.     TabOrder = 4
  76.     OnClick = id_calltreeClick
  77.   end
  78.   object Cancel: TButton
  79.     Tag = 4002
  80.     Left = 223
  81.     Top = 94
  82.     Width = 90
  83.     Height = 23
  84.     Cancel = True
  85.     Caption = 'Cancel'
  86.     ModalResult = 2
  87.     TabOrder = 5
  88.     OnKeyDown = UnzipTextKeyDown
  89.   end
  90.   object Translate1: TTranslate
  91.     Tag = 5440
  92.     Top = 92
  93.   end
  94.   object ResolutionFix1: TResolutionFix
  95.     Left = 316
  96.     Top = 92
  97.   end
  98. end
  99.